home *** CD-ROM | disk | FTP | other *** search
/ MacWorld Secrets (4th Edition) / Mac Secrets CD 4th Ed.toast / Shareware & Freeware / Add⁄Strip 3.3 / A⁄S Help / A_S Help.rsrc / TEXT_1019.txt < prev    next >
Text File  |  1996-02-20  |  2KB  |  22 lines

  1. Since some processes can interfere with others, knowing the order in which various processes are performed by A/S on a given file can be of great value when doing complex reformatting.
  2.  
  3. A/S processes a file in chunks until all the characters in the file have been read.  Each chunk is subjected to each of the following manipulations (if chosen) and in the following order:
  4.  
  5.    ‚Ä¢ Remap characters if required by chosen remapping set
  6.    ‚Ä¢ Replacement sets #1-225
  7.    ‚Ä¢ Line Replacement sets #1-125
  8.    ‚Ä¢ Strip control characters
  9.    ‚Ä¢ Make ellipses
  10.    ‚Ä¢ Make em dashes
  11.    ‚Ä¢ Make ligatures
  12.    ‚Ä¢ Strip trailing spaces
  13.    ‚Ä¢ Normalize spaces
  14.    ‚Ä¢ Leading string (done in main process if Make Paragraphs is chosen)
  15.    ‚Ä¢ Quotes & apostrophes
  16.    ‚Ä¢ Adjust case
  17.    ‚Ä¢ Perform main process
  18.    ‚Ä¢ Remap characters if required by chosen remapping set
  19.  
  20. BOF and EOF Insert Strings can be inserted into the text as it is read from the input file or they can be sent directly into the output file.  When the string is to be sent directly to the output file, A/S interprets any embedded ASCII character codes and, if the current character remapping set remaps outgoing characters, it remaps the characters as needed and sends the string to the output file.  No other processing is done.
  21.  
  22. When the string is to be inserted into the input text stream, A/S interprets any embedded ASCII character codes and then simply inserts the string into the input text as it is read from the input file.  The text is subjected to the same processing as the rest of the input file.